feat(provider): add experimental cursor provider#96
Open
aurokin wants to merge 12 commits into
Open
Conversation
…ex/aur-351-cursor-provider # Conflicts: # src/provider.test.ts # src/provider.ts # src/review-validation.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Author Note: The intent of this PR is to add Cursor CLI support to Clawpatch. I spent time reading the Cursor CLI docs, probing the CLI behavior directly, reviewing the implementation as it was built, and dogfooding this build while reviewing the final PR with Clawpatch using both Codex and Cursor.
Summary
--mode askfor read-only operations, and separate write-mode opt-inSafety / Scope
doctoris available by defaultmap,review,fix, andrevalidaterequireCLAWPATCH_CURSOR_EXPERIMENTAL=1fixadditionally requiresCLAWPATCH_CURSOR_ALLOW_WRITE=1CLAWPATCH_CURSOR_TIMEOUT_MSorCLAWPATCH_PROVIDER_TIMEOUT_MSVerification
pnpm testpnpm typecheckpnpm lintpnpm buildpnpm format:checkpnpm pack:smokegit diff --checknode dist/cli.js review --since main --provider codexCLAWPATCH_CURSOR_EXPERIMENTAL=1 CLAWPATCH_PROVIDER_TIMEOUT_MS=600000 node dist/cli.js review --since main --provider cursor